home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Aug 90 / MacApp.Tech$ 8⁄10⁄90 / 1703-Re hiding TGridView -Aug90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.6 KB  |  61 lines  |  [TEXT/GEOL]

  1. Item    8626873                         6-Aug-90        19:31PDT
  2.  
  3. From:   SCHMUCKER1                      Schmucker, Kurt
  4.  
  5. To:     SAVITAR                         Savitar, Rudy Burger,PRT
  6.         POWERUP.ENG                     Power Up Software,PRT
  7.  
  8. cc:     MACAPP.TECH$                    MacApp Technical
  9.  
  10. Sub:    Re: hiding TGridView columns
  11.  
  12. James,
  13.  
  14.     Pretty sneaky.  You were probably getting upset that we weren't actually
  15. reading each and every copy of your multiple postings -- so you have now found
  16. a way to post the same message from two different accounts!  Well, I'll admit
  17. it: you got me.  I read them both.  I guess I will have to modify my current
  18. algorithm which is:
  19.  
  20.     IF (author = POWERUP.ENG) THEN
  21.         IF subject is the same as recent message THEN
  22.             Remove this message
  23.  
  24. to the algorithm:
  25.  
  26.     IF (author = POWERUP.ENG) OR (author = SAVITAR) THEN
  27.         Remove this message
  28.  
  29.  
  30.     I'll bet you won't often defeat this algorithm.
  31.  
  32.  
  33.                 Kurt
  34.  
  35.  
  36. -------------------------------------------------
  37. Item    4657685                         6-Aug-90        18:06PDT
  38.  
  39. From:   SAVITAR                         Savitar, Rudy Burger,PRT
  40.  
  41. To:     MACAPP.TECH$                    MacApp Technical
  42.  
  43. Sub:    hiding TGridView columns
  44.  
  45. Attn: MacApp.Tech$
  46. SentBy: James Plamondon
  47.  
  48. -------------------------------------------------
  49. Item    4190555                         6-Aug-90        13:58PDT
  50.  
  51. From:   POWERUP.ENG                     Power Up Software,PRT
  52.  
  53. To:     MACAPP.TECH$                    MacApp Technical
  54.  
  55. Sub:    hiding TGridView columns
  56.  
  57. Attn:   MacApp.Tech$
  58. SentBy: James Plamondon
  59.  
  60.  
  61.